ServiceGetMeetingResponse Method (String, ShapeType) |
Gets a meeting response message.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic MeetingResponse GetMeetingResponse(
string itemId,
ShapeType shapeType
)
Public Function GetMeetingResponse (
itemId As String,
shapeType As ShapeType
) As MeetingResponse
Parameters
- itemId
- Type: SystemString
The ID of the item to return. - shapeType
- Type: Independentsoft.ExchangeShapeType
The set of properties to return.
Return Value
Type:
MeetingResponseMeetingResponse.
See Also